home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / dcon11.zip / DCDEL.DOC < prev    next >
Text File  |  1993-03-01  |  3KB  |  67 lines

  1. Program:        DCdel
  2. Package:        Part of the DCon Utility Set
  3. Version:        1.0
  4. Date:           December 9, 1991
  5. Author:         George Spafford
  6.  
  7. Purpose:
  8.  
  9. To allow either the selective or total deletion of all files in a directory
  10. by using file or wildcard speciffications.
  11.  
  12.  
  13. Procedure:
  14.  
  15. Place DCDel.EXE in a directory that is in your path.  Invoke it as
  16.  
  17.       DCDEL filespec </P>
  18.       
  19.         FileSpec can be any DOS file name or valid wildcard combination
  20.         using "*" or "?".
  21.  
  22.         /P  This prompts the user whether or not to delete the displayed
  23.             file.
  24.  
  25. Remember, this program will delete any file whether hidden or read-only
  26. attributes are used or not.  It does NOT do a secure delete, so you can
  27. still use NORTON's, PC TOOLS, DOS etc to reverse accidental deletion.
  28.         
  29.            
  30. This package is a little different from some utility packages that are on the
  31. market today.  If you only like one or two programs, the individual programs
  32. can be registered for $5 per concurrently used copy.  The bargain (in my
  33. eyes) is that the whole package is only $20.  It is up to you whether or not
  34. you want the entire package or only specific files.  If this package, or one
  35. of the utilities aids you, you should register your copy.  For example, say you
  36. want DCMAP & DCUPDAY, then you need only send $10.  But please, if you use this
  37. software, register it.
  38.  
  39.                 Sincerely,
  40.  
  41.                 George Spafford
  42.                 3001 LakeShore Drive, #329
  43.                 St. Joseph, MI 49085
  44.  
  45.         Data:  (616) 468-5026  Queued Access BBS 14.4Kb USR Dual HST
  46.                                FIDOnet: 1:2340/0 NEC/NC Site
  47.                                Sysop:   Tim Akright
  48.  
  49.  
  50. NOTE:  DCDEL IS A PART OF THE DIRECTORY CONTROL PACKAGE.  THE FOLLOWING
  51.        NOTICE PERTAINS TO DCDEL AS WELL.
  52.         
  53. DIRECTORY CONTROL AND ALL OF ITS COMPONENT FILES ARE DISTRIBUTED AS IS.  
  54. THE AUTHOR (GEORGE SPAFFORD) MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR 
  55. IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY OR 
  56. FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THIS SOFTWARE AND 
  57. DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DAMAGES, 
  58. INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER INCIDENTAL OR 
  59. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY TO USE 
  60. THIS PROGRAM.
  61. -------------------------------------------------------------------------
  62.         
  63.  
  64.                                                                                        
  65.  
  66.  
  67.